home *** CD-ROM | disk | FTP | other *** search
/ Ian & Stuart's Australian Mac 1993 September / September 93.iso / Archives / Sound / Learning / Music Gym / Pitches / card_6128.txt < prev    next >
Text File  |  1993-02-26  |  879b  |  42 lines

  1. -- card: 6128 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 2798
  5. -- name: Play A3
  6.  
  7.  
  8. -- part 3 (button)
  9. -- low flags: 00
  10. -- high flags: 8003
  11. -- rect: left=214 top=178 right=202 bottom=285
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: PLAY NOTE
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   play "harpsichord"  tempo 450 "A3w"
  23. end mouseUp
  24.  
  25.  
  26. -- part 4 (button)
  27. -- low flags: 00
  28. -- high flags: 8003
  29. -- rect: left=147 top=175 right=197 bottom=176
  30. -- title width / last selected line: 0
  31. -- icon id / first selected line: 0 / 0
  32. -- text alignment: 1
  33. -- font id: 128
  34. -- text size: 18
  35. -- style flags: 0
  36. -- line height: 16
  37. -- part name: A3
  38. ----- HyperTalk script -----
  39. on mouseUp
  40.   play "harpsichord" tempo 450  "A3w Ah Aw"
  41. end mouseUp
  42.